Skip to content

Refresh spell check CI workflow #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 5, 2020
Merged

Refresh spell check CI workflow #134

merged 5 commits into from
Jun 5, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jun 4, 2020

  • Fix workflow format
  • Fix misspelled word in comment that would cause the check to fail
  • Exclude externally maintained resource folder that contains misspelled words
  • Add name causing a false positive to the ignore list
  • Remove entries from ignore list that are no longer needed now that it's possible to ignore paths containing externally maintained resources

per1234 added 5 commits June 4, 2020 08:33
An unintentional extra indent made the YAML not a valid GitHub Actions workflow.
This was causing the spell check CI workflow to fail.
…y-maintained resources

A misspelled word in the tinycbor library was causing the spell check CI workflow to fail. Since this code is not maintained in this repository, it is best to just exclude that folder from the misspelled words check.
These entries were previously necessary to ignore misspelled words in the external resources contained in the repository because the spell check action didn't have the ability to exclude those paths. Since then, the "skip-paths" input was added to the action, so these entries only increase the chances of false negatives from the spell check CI workflow.
@codecov-commenter
Copy link

Codecov Report

Merging #134 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #134   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          30       30           
  Lines         976      976           
=======================================
  Hits          949      949           
  Misses         27       27           
Impacted Files Coverage Δ
src/property/PropertyContainer.cpp 94.11% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 188c39a...d931771. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Jun 4, 2020

Memory usage change @d9317712f26f32f9be1b5040576a413fdb18c141

FQBN Flash Usage RAM For Global Variables
arduino:samd:mkr1000 0 0
arduino:samd:mkrgsm1400 0 0
arduino:samd:mkrnb1500 0 0
arduino:samd:mkrwan1300 0 0
arduino:samd:mkrwifi1010 0 0
arduino:samd:nano_33_iot 0 0
esp8266:esp8266:huzzah 0 0

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @per1234 🚀

@aentinger aentinger merged commit 39c88ab into arduino-libraries:master Jun 5, 2020
@per1234 per1234 deleted the fix-spell-check-workflow branch June 5, 2020 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants